projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cea9577
)
Revert "Add an edebug-cancel-debug-on-entry alias"
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Oct 2019 08:28:44 +0000
(10:28 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Oct 2019 08:28:44 +0000
(10:28 +0200)
This reverts commit
cea9577b7d6fcf01599afd48078f8ff1defb1297
.
cancel-edebug-on-entry and cancel-debug-on-entry are not the same functions.
lisp/emacs-lisp/debug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/debug.el
b/lisp/emacs-lisp/debug.el
index 65e02b5eef14e4537ff61bd2aedb1a56e1644a3b..f711971c18131f5fe78e20512c96262ec861020e 100644
(file)
--- a/
lisp/emacs-lisp/debug.el
+++ b/
lisp/emacs-lisp/debug.el
@@
-683,8
+683,6
@@
Redefining FUNCTION also cancels it."
(push s funs))))
funs))
-(defalias 'edebug-cancel-debug-on-entry #'cancel-debug-on-entry)
-
;;;###autoload
(defun cancel-debug-on-entry (&optional function)
"Undo effect of \\[debug-on-entry] on FUNCTION.